Nevron .NET Vision
Nevron.Diagram Namespace / NMaster Class / NMaster Constructor / NMaster Constructor(INDiagramElement[],NConnectionCollection,NMeasurementUnit,String,String)
elements of the master
connections between the elements of the master
measurement unit of the masters
master name
master prompt


In This Topic
    NMaster Constructor(INDiagramElement[],NConnectionCollection,NMeasurementUnit,String,String)
    In This Topic
    Creates a new master, which hosts the specified elements
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal elements() As INDiagramElement, _
       ByVal connections As NConnectionCollection, _
       ByVal measurementUnit As NMeasurementUnit, _
       ByVal name As System.String, _
       ByVal prompt As System.String _
    )
    'Usage
     
    
    Dim elements() As INDiagramElement
    Dim connections As NConnectionCollection
    Dim measurementUnit As NMeasurementUnit
    Dim name As System.String
    Dim prompt As System.String
     
    Dim instance As New NMaster(elements, connections, measurementUnit, name, prompt)

    Parameters

    elements
    elements of the master
    connections
    connections between the elements of the master
    measurementUnit
    measurement unit of the masters
    name
    master name
    prompt
    master prompt
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also